home *** CD-ROM | disk | FTP | other *** search
/ Nippon Obsessions 2 / Nippon Obsessions - Volume 2.iso / pc / video / shared.dir / 00512_Script_512 < prev   
Text File  |  1993-01-01  |  428b  |  18 lines

  1. -- RearWindow Shared.Dir (Shared cast example movie)
  2. -- ⌐ 1992-1994 David Jackson-Shields and Macromedia, Inc.
  3.  
  4. on initRearWindow theColor
  5.   global rwObj
  6.   if objectP( rwObj ) then rwObj( mDispose )
  7.   put RearWindow( mNew, "M" ) into rwObj
  8.   rwObj( mIndexColorToWindow, theColor )
  9. end initRearWindow
  10.  
  11. --
  12.  
  13. on disposeRearWindow
  14.   global rwObj
  15.   if objectP( rwObj ) then rwObj( mDispose )
  16. end disposeRearWindow
  17.  
  18. --